This utility is designed to support parsing of command line arguments coming in via the standard (int argv, char **argc) arguments of main. This module ignores the first argument (the program name). The number of arguments returned by the class is argv-1. More...
#include <string>#include <vector>#include "gridpack/utilities/string_utils.hpp"
Go to the source code of this file.
Classes | |
| class | gridpack::parser::CmdLineParser |
Namespaces | |
| namespace | gridpack |
| namespace | gridpack::parser |
This utility is designed to support parsing of command line arguments coming in via the standard (int argv, char **argc) arguments of main. This module ignores the first argument (the program name). The number of arguments returned by the class is argv-1.
1.6.1